setPosition

open fun setPosition(@Nullable() position: Vec3)

Set the position of the camera in slightly modified web mercator coordinates- The size of 1 unit is the width of the projected world instead of the "mercator meter".Coordinate [0, 0, 0] is the north-west corner and [1, 1, 0] is the south-east corner.- Z coordinate is conformal and must respect minimum and maximum zoom values.- Zoom is automatically computed from the altitude (z)

Parameters

position

The position to be set.